home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODF-Interest Archive / July 96 / Scroll notification < prev    next >
Encoding:
Internet Message Format  |  1996-08-01  |  1.6 KB  |  [TEXT/ttxt]

  1. Subject:     Scroll notification
  2. Sent:        7/29/96 3:41 PM
  3. Received:    7/29/96 3:52 PM
  4. From:        Henri Lamiraux, lamiraux@apple.com
  5. Reply-To:    ODF Interest, ODF-Interest@CILabs.ORG
  6. To:          OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
  7.  
  8. This message was not delivered correctly due to an error. I am reposting 
  9. it to the list.
  10.  
  11. ---------------------------------------------------------------------------
  12. -------
  13.  
  14.  
  15. Hi ODF Team,
  16.  
  17. My part has an offscreen bitmap which I keep in synch with the onscreen
  18. view. Therefore, when the user scrolls, both the onscreen view and my
  19. offscreen bitmap are notified of the scroll. My problem is that the view
  20. gets the notification first, before my offscreen. This creates a problem
  21. because my offscreen doesn't get to draw before the onscreen view.
  22. Therefore the view draws nothing (it gets it from the offscreen) in the
  23. newly scrolled into view region.
  24.  
  25. My question is: How do I get my notification first (the view's interest is
  26. added automatically when loaded from the resource, while my offscreen is
  27. done afterward)? Alternatively, what approach would be the cleanest and
  28. least amount of work to get around this problem? I noticed that the
  29. notifiers list is ordered, but I have no access to it.
  30.  
  31. Thanks,
  32.  
  33. Scott Daniels             scottdfl@sprynet.com
  34. "Life appears the way you choose to see it."
  35.  
  36.  
  37.  
  38. ........................................................................
  39.  Henri Lamiraux                                      lamiraux@apple.com
  40.  Apple Computer, Inc.                 OpenDoc(tm) Development Framework
  41. ........................................................................
  42.  
  43.  
  44.